From e6df1b9bb4e91e7e553b7e7e277d11db2f5cb234 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 21 Feb 2026 16:27:18 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2026-02-13 -> 0-unstable-2026-02-18 --- 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 a8381287556b..e9a917a84592 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-13"; + version = "0-unstable-2026-02-18"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "9d7d1d2d6cc571821a8aa2459b9c1c914947cbd6"; - hash = "sha256-YE+LTuGUJN1mGEyK+aJgivYkMEjI+1ISwmWYDypm/a0="; + rev = "30b15892eec8aac36075e07b2f719bf7ff494344"; + hash = "sha256-mgu7JmZ9veng6WauFEUW5nON9vlrnXsgmLU7wzTZhTY="; }; makefile = "Makefile";