From 565e47dc8bed0f9a962c8c8a0a055d9f2832eb9c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 6 Dec 2025 12:45:29 +0000 Subject: [PATCH] libretro.atari800: 0-unstable-2024-10-31 -> 0-unstable-2025-12-04 --- 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 d749224cb248..bc60a5474c2d 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-2024-10-31"; + version = "0-unstable-2025-12-04"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-atari800"; - rev = "6a18cb23cc4a7cecabd9b16143d2d7332ae8d44b"; - hash = "sha256-+cZXHtaXnpU/zCwiDtjkyNMFGDahiHzqV2FoTCRnUWE="; + rev = "630f2346a1dabefdcf534880a48e3e200e2cc551"; + hash = "sha256-mCno2DHQXCJO2gStyp1te2XEUlrbX2iW3xIUOvZdoB0="; }; makefile = "Makefile";