From 7590b1fc0868b690c0c56104bd8cefbcdb218bdf Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 2 Jun 2026 07:13:39 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2026-05-24 -> 0-unstable-2026-06-01 --- 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 a67db4b2d452..46fd3ee332fb 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-2026-05-24"; + version = "0-unstable-2026-06-01"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "a720cccc55ae9bce007e748b53371914951f9f32"; - hash = "sha256-TAR1/FiVMz6YYzbLB8maZcsU+0h6lo8lpY31Y+gGj1k="; + rev = "502f15b41708a3911048f2770a320a3ef20b0415"; + hash = "sha256-1/Zl6YNZhsIDJobbzGKAWKGEsep7k/iXAbwL7sK98M8="; }; makefile = "Makefile";