Unverified Commit 3bb9a0f6 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.stella: 0-unstable-2026-01-01 -> 0-unstable-2026-01-26 (#485538)

parents f95d947b 0030cd96
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "stella";
  version = "0-unstable-2026-01-01";
  version = "0-unstable-2026-01-26";

  src = fetchFromGitHub {
    owner = "stella-emu";
    repo = "stella";
    rev = "6efad98f0058e803ac675ead6dbe33c054db1492";
    hash = "sha256-iwGDxd+xrxGgLZF9896OaYMMCo573l9lbnSZgNstHOQ=";
    rev = "2da2e050d261f0f2df40eec3ca64f73e05bde5f6";
    hash = "sha256-CZrgahSdU6Ri0Cq/Z0iS3jjEfsW/TS1reuMzUb9yGNM=";
  };

  makefile = "Makefile";