From a43465bb33965e85c637c44eef79eda766faf278 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 16 Dec 2025 07:39:23 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2025-12-03 -> 0-unstable-2025-12-14 --- 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 dc3e0b30b9c1..84b78ba461a8 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-2025-12-03"; + version = "0-unstable-2025-12-14"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "cc938d2194290ce25c8fbd149a864705887b1692"; - hash = "sha256-v4l7fgXvReMsqB7fbAzkY2vIfTGnMvSbeb8dPaK/KnA="; + rev = "6d2e3783fde1d99773a57a1ff0c14bfaeec22f93"; + hash = "sha256-/1S09xhwvLg6fDgujWVpHb5jQUqydTVTtEjHk4leYUY="; }; makefile = "Makefile";