From 59bd04b6140e907895e1a8a7a84d5df6f7d1c0e3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 9 Mar 2026 14:39:56 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2026-02-25 -> 0-unstable-2026-03-02 --- 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 79334d888b07..bc0bab396b0d 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-02-25"; + version = "0-unstable-2026-03-02"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "e0e8857f986bce1200881928193629a2105ae65d"; - hash = "sha256-Nw+G8VMS7YWfzgssvk5U2M506vVkgkA4Bnym0wpyfbw="; + rev = "b89c2fecb2a00449c484f47ff8437bce2db1b5b9"; + hash = "sha256-/cWHUlr9msupT6acfUub1Jr7LCPlasFD7ZCrS9kvCnI="; }; makefile = "Makefile";