From a88f576b95978246d64798bd74094bd46fa90cd4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 4 Apr 2026 13:12:36 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2026-03-25 -> 0-unstable-2026-04-04 --- 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 c8b913447af7..3f929f869075 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-03-25"; + version = "0-unstable-2026-04-04"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "65631824500f8764ee3da726f5f24cb06d243b60"; - hash = "sha256-Qrr19OF6YGfvOAIBS0Irhfl4VYVFfA20ZNGIJoKboNE="; + rev = "1a09c51e639d44bd821a598a095c5d3f6776590e"; + hash = "sha256-qEEE7QMTDwVFMB/6dmTq8VsOQ9qwYky8SBGD0KppqTs="; }; makefile = "Makefile";