From 01180f9f29ee0d918a237c9d619aca067943fb77 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 26 Mar 2026 09:03:53 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2026-03-02 -> 0-unstable-2026-03-25 --- 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 bc0bab396b0d..c8b913447af7 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-02"; + version = "0-unstable-2026-03-25"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "b89c2fecb2a00449c484f47ff8437bce2db1b5b9"; - hash = "sha256-/cWHUlr9msupT6acfUub1Jr7LCPlasFD7ZCrS9kvCnI="; + rev = "65631824500f8764ee3da726f5f24cb06d243b60"; + hash = "sha256-Qrr19OF6YGfvOAIBS0Irhfl4VYVFfA20ZNGIJoKboNE="; }; makefile = "Makefile";