From d6fd76726b7f7d9fc7b402d0fdb570a28da385dd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 4 Jan 2026 14:49:44 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2025-12-28 -> 0-unstable-2026-01-01 --- 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 651173533abf..e36960b809c7 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-28"; + version = "0-unstable-2026-01-01"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "7f62c3e1390f629cbd56cbb5172f7e2143b30440"; - hash = "sha256-IMrqBu7beSuJNfl2pyzRm5yExXaMkl+si0YVDeRbAcU="; + rev = "6efad98f0058e803ac675ead6dbe33c054db1492"; + hash = "sha256-iwGDxd+xrxGgLZF9896OaYMMCo573l9lbnSZgNstHOQ="; }; makefile = "Makefile";