diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5a1f275a3d..2448a9e17e 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.2")
+set(OBJECTS_VERSION "1.3.3")
set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip")
-set(OBJECTS_SHA1 "040a99a8626ad7a7f43f8c8a17c3f4e1375b218f")
+set(OBJECTS_SHA1 "ef039e27d63398bde924848e36c72e86c59431c6")
set(REPLAYS_VERSION "0.0.68")
set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip")
diff --git a/openrct2.proj b/openrct2.proj
index 4347b4b40a..114cffb463 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.2/objects.zip
- 040a99a8626ad7a7f43f8c8a17c3f4e1375b218f
+ https://github.com/OpenRCT2/objects/releases/download/v1.3.3/objects.zip
+ ef039e27d63398bde924848e36c72e86c59431c6
https://github.com/OpenRCT2/replays/releases/download/v0.0.68/replays.zip
FC8EFE3FCA71F75D79728494ACC42DB49B18B529
diff --git a/shell.nix b/shell.nix
index 68baf8de0c..545f6f1f89 100644
--- a/shell.nix
+++ b/shell.nix
@@ -15,8 +15,8 @@ let
objects-src = pkgs.fetchFromGitHub {
owner = "OpenRCT2";
repo = "objects";
- rev = "v1.3.2";
- sha256 = "b87ab1e343930e6263cc7ae803ff35059d53be1d7b5a37a34577c5107c8bbdea";
+ rev = "v1.3.3";
+ sha256 = "42d38706f5fd825e0f473b4b88c1719c01d68184a0a999a7dba083ecde7e8676";
};
title-sequences-src = pkgs.fetchFromGitHub {