diff --git a/CMakeLists.txt b/CMakeLists.txt
index 57f4b6112a..76a17f2438 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -64,9 +64,9 @@ set(TITLE_SEQUENCE_VERSION "0.4.0")
set(TITLE_SEQUENCE_URL "https://github.com/OpenRCT2/title-sequences/releases/download/v${TITLE_SEQUENCE_VERSION}/title-sequences.zip")
set(TITLE_SEQUENCE_SHA1 "4ab0065e5a4d9f9c77d94718bbdfcfcd5a389da0")
-set(OBJECTS_VERSION "1.3.6")
+set(OBJECTS_VERSION "1.3.7")
set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip")
-set(OBJECTS_SHA1 "20e0eb1389918ea1a90ec891f46ef03100b3e935")
+set(OBJECTS_SHA1 "82930d549e0b3c3bce29718d5390c5cd474d0f28")
set(OPENSFX_VERSION "1.0.1")
set(OPENSFX_URL "https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v${OPENSFX_VERSION}/opensound.zip")
diff --git a/openrct2.proj b/openrct2.proj
index 7d5f6588ea..87bae6926c 100644
--- a/openrct2.proj
+++ b/openrct2.proj
@@ -45,8 +45,8 @@
f3a03c2e7b610fefa28d6962da10144f6324078d
https://github.com/OpenRCT2/title-sequences/releases/download/v0.4.0/title-sequences.zip
4ab0065e5a4d9f9c77d94718bbdfcfcd5a389da0
- https://github.com/OpenRCT2/objects/releases/download/v1.3.6/objects.zip
- 20e0eb1389918ea1a90ec891f46ef03100b3e935
+ https://github.com/OpenRCT2/objects/releases/download/v1.3.7/objects.zip
+ 82930d549e0b3c3bce29718d5390c5cd474d0f28
https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v1.0.1/opensound.zip
8f04aea33f8034131c3069f6accacce0d94f80c1
https://github.com/OpenRCT2/OpenMusic/releases/download/v1.0.1/openmusic.zip
diff --git a/shell.nix b/shell.nix
index 8a5bceb0c5..c74d360ca6 100644
--- a/shell.nix
+++ b/shell.nix
@@ -15,8 +15,8 @@ let
objects-src = pkgs.fetchFromGitHub {
owner = "OpenRCT2";
repo = "objects";
- rev = "v1.3.6";
- sha256 = "db9c3806a09cf2031f62f8e75cdc014376ec91d3c97e5764f747a88c8d8faf40";
+ rev = "v1.3.7";
+ sha256 = "d6be9743c68f233674f5549204637b1f0304d7567a816d18e3f1576500a51d38";
};
title-sequences-src = pkgs.fetchFromGitHub {