From c26cec653364b3b6b46870c56b7d18580b8243e5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 14 Feb 2026 04:25:01 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2026-01-26 -> 0-unstable-2026-02-13 --- 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 72de14e48126..a8381287556b 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-01-26"; + version = "0-unstable-2026-02-13"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "2da2e050d261f0f2df40eec3ca64f73e05bde5f6"; - hash = "sha256-CZrgahSdU6Ri0Cq/Z0iS3jjEfsW/TS1reuMzUb9yGNM="; + rev = "9d7d1d2d6cc571821a8aa2459b9c1c914947cbd6"; + hash = "sha256-YE+LTuGUJN1mGEyK+aJgivYkMEjI+1ISwmWYDypm/a0="; }; makefile = "Makefile";