Install problemes (zorin packages too old)

I think Wine 6 should be perfect, really...

First, check if you have any Wine Repositories added in Software & Updates . Other Software tab. Remove Any that you Find. All Wine Repos must go.

In terminal, remove Zorin Windows App support if it is currently installed

sudo apt remove --purge zorin-windows-app-support

Install Wine 6:
Grab the key

wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -

Then add the repository

sudo apt-add-repository "deb http://dl.winehq.org/wine-builds/ubuntu/ $(lsb_release -cs) main"

And install Wine

sudo apt install --install-recommends winehq-stable