From 0030cd96adcfaee98698457d3f4da56c192e11e0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 31 Jan 2026 02:44:13 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2026-01-01 -> 0-unstable-2026-01-26 --- 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 e36960b809c7..72de14e48126 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-01"; + version = "0-unstable-2026-01-26"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "6efad98f0058e803ac675ead6dbe33c054db1492"; - hash = "sha256-iwGDxd+xrxGgLZF9896OaYMMCo573l9lbnSZgNstHOQ="; + rev = "2da2e050d261f0f2df40eec3ca64f73e05bde5f6"; + hash = "sha256-CZrgahSdU6Ri0Cq/Z0iS3jjEfsW/TS1reuMzUb9yGNM="; }; makefile = "Makefile";