diff --git a/CMakeLists.txt b/CMakeLists.txt
index a83d4b4f9a..0a11e30db1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,9 +61,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.1")
+set(OBJECTS_VERSION "1.2.2")
set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip")
-set(OBJECTS_SHA1 "540e004abc683b3fe22211f5234e3d78ab023c5f")
+set(OBJECTS_SHA1 "a808fd47e9bc35d105dc371428a55888e6a86860")
set(REPLAYS_VERSION "0.0.56")
set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip")
diff --git a/openrct2.proj b/openrct2.proj
index 12aed214aa..d30bbc086a 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.1/objects.zip
- 540e004abc683b3fe22211f5234e3d78ab023c5f
+ https://github.com/OpenRCT2/objects/releases/download/v1.2.2/objects.zip
+ a808fd47e9bc35d105dc371428a55888e6a86860
https://github.com/OpenRCT2/replays/releases/download/v0.0.56/replays.zip
C47048B71A95A95428A08035C94AD10E7A020D4D
diff --git a/shell.nix b/shell.nix
index 89da715b5f..2e0b444f59 100644
--- a/shell.nix
+++ b/shell.nix
@@ -15,8 +15,8 @@ let
objects-src = pkgs.fetchFromGitHub {
owner = "OpenRCT2";
repo = "objects";
- rev = "v1.2.1";
- sha256 = "ebd0578c20fc8aed2f4093d1d99b1857a69fc9536ebe21e56dd66bb751cca998";
+ rev = "v1.2.2";
+ sha256 = "2c77023068831c68423eb51f96251d1a06f58253414e4563ca17407d654ed96b";
};
title-sequences-src = pkgs.fetchFromGitHub {