From 17b823b49f455f22db8447244eaf103faa24195a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 20 Jul 2026 08:19:33 +0000 Subject: [PATCH] libretro.atari800: 0-unstable-2026-07-10 -> 0-unstable-2026-07-15 --- pkgs/applications/emulators/libretro/cores/atari800.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/atari800.nix b/pkgs/applications/emulators/libretro/cores/atari800.nix index e21e581b2d62..9068c73de8c0 100644 --- a/pkgs/applications/emulators/libretro/cores/atari800.nix +++ b/pkgs/applications/emulators/libretro/cores/atari800.nix @@ -5,13 +5,13 @@ }: mkLibretroCore rec { core = "atari800"; - version = "0-unstable-2026-07-10"; + version = "0-unstable-2026-07-15"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-atari800"; - rev = "3f036fd69a0f0948d32a9a7cd97af3e0dd7ec434"; - hash = "sha256-WnozEFNpW6qmSsQGTKzflitG6TVaozyOMcnAka+E1fE="; + rev = "9d3bcf283502512052e21c6f1453fbdf7aa3122b"; + hash = "sha256-uLMQWi+Z21irwkFBArlHNXILintSWF7PfGy5bgKmAhQ="; }; makefile = "Makefile";