libretro.atari800: 0-unstable-2024-10-31 -> 0-unstable-2025-12-04

This commit is contained in:
R. Ryantm
2025-12-06 12:45:29 +00:00
parent a4d1e1ae56
commit 565e47dc8b
@@ -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";