From a27774487045faef902b1a6fa53e7cbb1150cf6e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 19 Aug 2025 13:56:16 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2025-08-07 -> 0-unstable-2025-08-18 --- pkgs/applications/emulators/libretro/cores/stella.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/stella.nix b/pkgs/applications/emulators/libretro/cores/stella.nix index 763063b464da..d630487fb56d 100644 --- a/pkgs/applications/emulators/libretro/cores/stella.nix +++ b/pkgs/applications/emulators/libretro/cores/stella.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "stella"; - version = "0-unstable-2025-08-07"; + version = "0-unstable-2025-08-18"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "92313128c3e2afdb9b3decf6642d342af18a1ab5"; - hash = "sha256-b1GaRB9Iv3qqyb3I9XKmEbkiplV+Wi3TflJdnQboLbw="; + rev = "ad52b906d91e20adc5e2c287ae567de2317adcb5"; + hash = "sha256-9qgK3N3h+1iZSsqVwfDvZPHc4VJ3GY7ekAqnLozNayw="; }; makefile = "Makefile";