diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5954feb44..fc9bfc15c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@
 All notable changes to this project will be documented in this file. See
 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [2.3.25](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.24...v2.3.25) (2024-02-23)
+
+
+### Bug Fixes
+
+* **deps:** update dependency scratch-render to v1.0.13 ([5a00d7a](https://github.com/scratchfoundation/scratch-vm/commit/5a00d7a672a5579c434c8f718498d4fd61a9566f))
+
 ## [2.3.24](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.23...v2.3.24) (2024-02-23)
 
 
diff --git a/package-lock.json b/package-lock.json
index 835a3d9af..22bde18fc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-vm",
-  "version": "2.3.24",
+  "version": "2.3.25",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-vm",
-      "version": "2.3.24",
+      "version": "2.3.25",
       "license": "BSD-3-Clause",
       "dependencies": {
         "@vernier/godirect": "^1.5.0",
diff --git a/package.json b/package.json
index c66048b5d..4e1842a6a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-vm",
-  "version": "2.3.24",
+  "version": "2.3.25",
   "description": "Virtual Machine for Scratch 3.0",
   "author": "Massachusetts Institute of Technology",
   "license": "BSD-3-Clause",
@@ -8,7 +8,7 @@
   "repository": {
     "type": "git",
     "url": "https://github.com/scratchfoundation/scratch-vm.git",
-    "sha": "aadeed0455deab8df337e088a3bfbdfe35ca67a8"
+    "sha": "5109c057f140ee2f7a6d2f02d1386e0880332532"
   },
   "main": "./dist/node/scratch-vm.js",
   "browser": "./src/index.js",