diff --git a/data/src/emulator.js b/data/src/emulator.js index e47c3cf..22842c6 100644 --- a/data/src/emulator.js +++ b/data/src/emulator.js @@ -178,7 +178,7 @@ class EmulatorJS { console.warn("Using EmulatorJS beta. Not checking for updates. This instance may be out of date. Using stable is highly recommended unless you build and ship your own cores."); return; } - fetch(`https://cdn.emulatorjs.org/${this.ejs_version}/data/version.json`).then(response => { + fetch("https://cdn.emulatorjs.org/stable/data/version.json").then(response => { if (response.ok) { response.text().then(body => { let version = JSON.parse(body);