From 635abf9204924da87dafc56d8ac1995961a24db5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 6 Aug 2026 16:47:38 +0000 Subject: [PATCH] libretro.hatari: 0-unstable-2026-07-28 -> 0-unstable-2026-07-31 --- pkgs/applications/emulators/libretro/cores/hatari.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/hatari.nix b/pkgs/applications/emulators/libretro/cores/hatari.nix index 7bc9ca4def96..3e05beef2b68 100644 --- a/pkgs/applications/emulators/libretro/cores/hatari.nix +++ b/pkgs/applications/emulators/libretro/cores/hatari.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "hatari"; - version = "0-unstable-2026-07-28"; + version = "0-unstable-2026-07-31"; src = fetchFromGitHub { owner = "libretro"; repo = "hatari"; - rev = "97faf4271c67a5336fba6bb7960c77bdc5d29f9e"; - hash = "sha256-Jkq7FKpf+zMaRk6XG31Sco3iXklPvVh/MDm5p52JMRo="; + rev = "92e2874e664be40e1b51b97e0ff925a1aa917f22"; + hash = "sha256-TwPlz/H0FKHI0wELj5gYTTL2RJIQOwLLIe+UktK3XXI="; }; extraNativeBuildInputs = [ which ];