diff --git a/CMakeLists.txt b/CMakeLists.txt
index 566f3a8a96..0803ff3130 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -64,9 +64,9 @@ set(TITLE_SEQUENCE_VERSION "0.1.2c")
set(TITLE_SEQUENCE_URL "https://github.com/OpenRCT2/title-sequences/releases/download/v${TITLE_SEQUENCE_VERSION}/title-sequences.zip")
set(TITLE_SEQUENCE_SHA1 "304d13a126c15bf2c86ff13b81a2f2cc1856ac8d")
-set(OBJECTS_VERSION "1.2.4")
+set(OBJECTS_VERSION "1.2.5")
set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip")
-set(OBJECTS_SHA1 "c82605035f120188b7334a781a786ced9588e9af")
+set(OBJECTS_SHA1 "cc1db6abf7d6f7bdf6dbcbca782548a2c3af27ad")
set(REPLAYS_VERSION "0.0.62")
set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip")
diff --git a/openrct2.proj b/openrct2.proj
index 647db8e5a5..02f635aa28 100644
--- a/openrct2.proj
+++ b/openrct2.proj
@@ -46,8 +46,8 @@
058b9df80244c03f1633cb06e9f70471a29ebb8e
https://github.com/OpenRCT2/title-sequences/releases/download/v0.1.2c/title-sequences.zip
304d13a126c15bf2c86ff13b81a2f2cc1856ac8d
- https://github.com/OpenRCT2/objects/releases/download/v1.2.4/objects.zip
- c82605035f120188b7334a781a786ced9588e9af
+ https://github.com/OpenRCT2/objects/releases/download/v1.2.5/objects.zip
+ cc1db6abf7d6f7bdf6dbcbca782548a2c3af27ad
https://github.com/OpenRCT2/replays/releases/download/v0.0.62/replays.zip
0B234FA152AFA49F5204ADA97CBAAE39A538961B
diff --git a/shell.nix b/shell.nix
index ea2fb5fc47..06783fcb4f 100644
--- a/shell.nix
+++ b/shell.nix
@@ -15,8 +15,8 @@ let
objects-src = pkgs.fetchFromGitHub {
owner = "OpenRCT2";
repo = "objects";
- rev = "v1.2.4";
- sha256 = "d01e5f1d2c95ba8ee295c457ae6215c048728ab07adc3db58a08f3cf2b1fa179";
+ rev = "v1.2.5";
+ sha256 = "e6b1f6985e38966672450e9c17473c730562f3f340fe07c93df618f3a8e809bb";
};
title-sequences-src = pkgs.fetchFromGitHub {